adwaita: Remove focus outlines from textviews
authorTimm Bäder <mail@baedert.org>
Sun, 22 Oct 2017 13:26:16 +0000 (15:26 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 23 Oct 2017 05:58:07 +0000 (07:58 +0200)
gtk/theme/Adwaita/_common.scss

index a34833c9f602d5e7f9acfaf884ed209719a2be1d..607e1d3adc2ffc9ae68cf6dc3c1dc21303b08277 100644 (file)
@@ -102,6 +102,7 @@ $button_transition: all 200ms $ease-out-quad;
 
 .view,
 textview {
+  outline: none;
   text {
     @extend %view;